home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G25F / G25_OCHA.Dxr / 00069_ÉCÉâÉXÉgÇÃÉXÉNÉçÅ[ÉãÉ{É^ÉìÇÃì¸ÇÍë÷Ƕ.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  482 b   |  22 lines

  1. on pushbutton2
  2.   global ga, cno
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       case ga of
  6.         "D":
  7.           set cname to "scrld"
  8.           set the memberNum of sprite 25 to 30
  9.           testd()
  10.         "U":
  11.           set cname to "scrlu"
  12.           set the memberNum of sprite 27 to 32
  13.           testu()
  14.       end case
  15.     else
  16.       set the memberNum of sprite 25 to 29
  17.       set the memberNum of sprite 27 to 31
  18.     end if
  19.     updateStage()
  20.   end repeat
  21. end
  22.